/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";

/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    overflow-x: hidden;
}

body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
    outline: 0 none;
    color: #333;
}

em,
i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

img {
    -ms-interpolation-mode: bicubic;
    border: none;
}

.view {
    z-index: 1;
    position: absolute;
}

.horizontal .view {
    position: relative;
    float: left;
}

.vertical .view {
    position: relative;
}

.view_contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    /*添加后，模块的内边距和边框不会再溢出*/
}

.layout {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    z-index: 1;
}

.layout>.view_contents {
    /*overflow: visible;*/
    cursor: default;
}

/*流布局*/
.flow .view_contents>.view {
    float: left;
}

.clear {
    clear: both;
}

/*苹果去除样式*/
select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
    -webkit-appearance: none;
    border-radius: 0px
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

/*模块分页*/
.page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.page_btn a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: 'microsoft YaHei';
}

.page_btn a.cur,
.page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.prev_btn,
.next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.no_page {
    border: 0 !important;
}

@media screen and (max-width:768px) {

    /*分页*/
    .page_btn a:nth-child(n+5) {
        display: none;
    }

    .page_btn a:nth-last-child(1),
    .page_btn a:nth-last-child(2),
    .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

/*图片放大样式*/
.imgBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgBox img {
    position: absolute;
    width: auto;
    max-width: 80%;
    /*max-height: 65%;*/
    border: 20px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imageButton {
    position: fixed;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imageButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imageButton span:hover {
    opacity: .8;
}

.imageButton span.closeShowPic {
    font-size: 40px;
    border-radius: 100%;
    font-family: serif;
    line-height: 1;
    background-color: #fff;
    padding: .2em;
    text-align: center;
}

@media screen and (max-width: 768px) {

    /*mobi*/
    .imgBox img {
        border-width: 10px;
    }

    .imgBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}

.jurisdiction_mask {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
    display: none;
}

.jurisdiction_tips {
    width: 400px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 23px 20px;
    box-sizing: border-box;
    text-align: center;
}

.jurisdiction_tips img {
    display: block;
    margin: 0 auto;
}

.jurisdiction_tips h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #575757;
    text-align: center;
    margin: 5px 0 0;
}

.jurisdiction_tips p {
    color: #999;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin: 0;
}

.jurisdiction_tips button {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin: 10px 3px 0;
    background-color: #aaa;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    width: 98px;
}

.jurisdiction_tips .jurisdiction_login {
    background: #ff0099;
}

.jurisdiction_tips button:hover {
    opacity: 0.8;
}

.jurisdiction_tips_mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .jurisdiction_tips {
        width: 80%;
        padding: 20px 15px;
    }

    .jurisdiction_tips p {
        display: none;
    }

    .jurisdiction_tips .jurisdiction_tips_mobile {
        display: block;
    }

    .jurisdiction_tips img {
        width: 60px;
    }

    .jurisdiction_tips h3 {
        font-size: 16px;
    }

    .jurisdiction_tips p {
        font-size: 14px;
    }

    .jurisdiction_tips button {
        margin-top: 12px;
        padding: 8px 0;
    }
}

body {
    background-position: left top;
}


#dh_style_01_1508998218515 {
    width: 70%;
    z-index: 999;
    position: absolute;
    top: 37px;
    left: 30%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1508998218515 {
        z-index: 999;
        left: 30.010604453870627%;
        top: 31.5px;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 {
        width: 14.521452145214525%;
        z-index: 999;
        top: 8px;
        left: 84.6142578125%;
    }
}

#dh_style_01_1508998218515>.view_contents {
    overflow: visible;
}

#dh_style_01_1508998218515 .mainMenuSet {
    color: #333333;
    font-size: 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

#dh_style_01_1508998218515 #hot>a {
    background: transparent;
    color: #ffaa56;
    border-bottom-color: #ffaa56;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#dh_style_01_1508998218515 .mainMenuSet:hover {
    color: #ffaa56;
    background: transparent;
    border-bottom-color: #ffaa56;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#dh_style_01_1508998218515 .subminSet:hover {
    color: #333333;
}

#dh_style_01_1508998218515 #hot>a:hover {
    background: #35abbd;
    color: #ffffff;
}

#dh_style_01_1508998218515 .subMenuSet {
    background: #6ec5d1;
    color: #ffffff;
    font-size: 14px;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 36px;
    line-height: 36px;
}

#dh_style_01_1508998218515 a.subCurSet {
    background: #35abbd;
}

#dh_style_01_1508998218515 .subMenuSet:hover {
    background: #35abbd;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1508998218515 #hot>a {
        font-size: 14px;
        line-height: 32px;
        height: 32px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1508998218515 .mainMenuSet {
        line-height: 32px;
        height: 32px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1508998218515 .subMenuSet {
        line-height: 32px;
        height: 32px;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 .mainMenuSet {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #ffffff;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 #hot>a {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background: transparent;
        color: #ffaa56;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 .subMenuSet {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background: transparent;
        color: #ffffff;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 a.subCurSet {
        background: transparent;
        color: #35abbd;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 .mainMenuSet:hover {
        background: transparent;
        color: #ffaa56;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 #hot>a:hover {
        color: #ffaa56;
        background: transparent;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 .subMenuSet:hover {
        background: transparent;
        color: #35abbd;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 .subCurSet:hover {
        color: #35abbd;
        background: transparent;
    }
}

/*----------------------电脑板式样式----------------------*/
#dh_style_01_1508998218515 {}

@media screen and (min-width:1201px) {
    #dh_style_01_1508998218515 .menuStyle_1 .menuUl02 .subMenu02 a {
        width: 148px;
    }
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1508998218515 {}

    #dh_style_01_1508998218515 .menuStyle_1 .menuUl02 .subMenu02 a {
        width: 112px;
    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #dh_style_01_1508998218515 {}

    #dh_style_01_1508998218515 .Mslide {
        //  background: rgba(245, 245, 245, 0.96);
    }

    #dh_style_01_1508998218515 .miniMenu.Mslide .sidebar {
        color: #ffffff;
    }

    #dh_style_01_1508998218515 .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 85%;
    }
}

#image_logo_1509018751514 {
    width: 21.75%;
    height: 78px;
    position: absolute;
    top: 17px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_logo_1509018751514 {
        width: 189px;
        height: 57px;
        top: 19px;
        left: 1.4846235418875928%;
    }
}

@media screen and (max-width:640px) {
    #image_logo_1509018751514 {
        width: 41.875%;
        height: 40px;
        top: 10px;
        left: 2.5%;
    }
}

/*----------------------电脑板式样式----------------------*/
#image_logo_1509018751514 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #image_logo_1509018751514 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #image_logo_1509018751514 {}
}

#comm_layout_header {
    height: 112px;
    z-index: 99999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_header {
        height: 95px;
    }
}

@media screen and (max-width:640px) {
    #comm_layout_header {
        height: 62px;
    }
}

#comm_layout_header>.view_contents {
    max-width: 1200px;
    overflow: visible;
}


#banner_style_01_1509946658160 {
    width: 100%;
    height: 590px;
    position: absolute;
    top: 0%;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1509946658160 {
        height: 380px;
    }
}

@media screen and (max-width:640px) {
    #banner_style_01_1509946658160 {
        width: 100%;
        height: 141px;
        top: 0px;
        left: 0%;
    }
	#banner_style_01_1509946658160 .swiper-slide img{
		height:141px;
		object-fit:cover;
	}
	
}

#div_blank_1509948574875 {
    width: 100%;
    height: 354px;
    position: absolute;
    top: 118px;
    left: 0%;
    z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509948574875 {
        left: calc(50% - 471.5px);
        top: 47px;
        height: 286px;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509948574875 {
        width: 99.00990099009901%;
        height: 113px;
        top: 14px;
        left: 0.4950495049504937%;
    }
}

#div_blank_1509948574875>.view_contents {
    overflow: visible;
}

#div_blank_1509948574875 {
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509948574875 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509948574875 {
        box-sizing: border-box;
    }
}


#image_style_01_1509947992545 {
    width: 23.333333333333332%;
    height: 192px;
    position: absolute;
    top: 104.5px;
    left: 32.54166666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509947992545 {
        left: 26.762040043290042%;
        width: 29.43722943722944%;
        top: 52.5px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509947992545 {
        width: 139px;
        height: 96px;
        top: 1px;
        left: 44.0625%;
    }
}

#image_style_01_1509947992545>.view_contents {
    overflow: visible;
}

#text_style_01_1509948098602 {
    width: 38.83333333333333%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 117.5px;
    left: 10.708333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509948098602 {
        left: 7.792207792207792%;
        width: 33.33333333333333%;
        top: 77.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509948098602 {
        width: 56.56250000000001%;
        top: 8px;
        left: 11.25%;
    }
}

#text_style_01_1509948098602>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 58px;
    color: #ffaa56;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509948098602>.view_contents {
        box-sizing: border-box;
        font-size: 38px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509948098602>.view_contents {
        box-sizing: border-box;
        font-size: 20px;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_01_1509948098602 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509948098602 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_style_01_1509948098602 {}
}

#text_style_01_1509948368756 {
    width: 35.583333333333336%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 202.5px;
    left: 10.708333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509948368756 {
        left: 7.792207792207792%;
        width: 35.064935064935064%;
        top: 137.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509948368756 {
        width: 80%;
        top: 39px;
        left: 10.9375%;
    }
}

#text_style_01_1509948368756>.view_contents {
    box-sizing: border-box;
    font-family: Arial;
    font-size: 20px;
    color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509948368756>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509948368756>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_01_1509948421075 {
    width: 38.166666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 224.5px;
    left: 10.708333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509948421075 {
        left: 7.792207792207792%;
        width: 51.73160173160173%;
        top: 165.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509948421075 {
        width: 76.25%;
        top: 59px;
        left: 11.25%;
    }
}

#text_style_01_1509948421075>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509948421075>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509948421075>.view_contents {
        box-sizing: border-box;
        font-size: 13px;
    }
}

#div_a_includeBlock_1509947169442 {
    width: 1200px;
    height: 401px;
    position: absolute;
    top: 94.5px;
    left: calc(50% - 600px);
    z-index: 5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1509947169442 {
        width: 98%;
        left: 0.9544008483563097%;
        height: 296.5px;
        top: 42px;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1509947169442 {
        width: 100%;
        height: 99px;
        top: 20px;
        left: 0%;
    }
}

#layout_diy_1509694470 {
    height: 590px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_diy_1509694470 {
        height: 380px;
    }
}

@media screen and (max-width:640px) {
    #layout_diy_1509694470 {
        height: 141px;
    }
}



#image_style_01_1509694637685 {
    width: 63.66666666666667%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 18.166666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694637685 {
        left: 16.996699669967%;
        width: 66.006600660066%;
        height: 57px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694637685 {
        width: 68.75%;
        height: 60px;
        top: 0px;
        left: 15.625%;
    }
}

#image_style_01_1509694637685>.view_contents {
    overflow: visible;
}

#text_style_01_1509694637690 {
    width: 82%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 77px;
    left: 9%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637690 {
        left: 0%;
        width: 100%;
        top: 68px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637690 {
        width: 90.625%;
        top: 70px;
        left: 4.6875%;
    }
}

#text_style_01_1509694637690>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637690>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637690>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        color: #666666;
    }
}

#text_style_01_1509694637699 {
    width: 70.66666666666667%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 109px;
    left: 14.666666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637699 {
        width: 90.67796610169492%;
        left: 4.66101694915254%;
        top: 96px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637699 {
        width: 92.5%;
        top: 95px;
        left: 3.75%;
        display: none;
    }
}

#text_style_01_1509694637699>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637699>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637699>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#div_a_includeBlock_1509694637522 {
    width: 25%;
    height: 174px;
    position: absolute;
    top: 59px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1509694637522 {
        height: 167px;
        top: 36px;
        left: 0%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1509694637522 {
        width: 50%;
        height: 108px;
        top: 21px;
        left: 0%;
    }
}


#image_style_01_1509694637818 {
    width: 63.66666666666667%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 18.166666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694637818 {
        left: 16.996699669967%;
        width: 66.006600660066%;
        height: 57px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694637818 {
        width: 68.75%;
        height: 60px;
        top: 0px;
        left: 15.625%;
    }
}

#image_style_01_1509694637818>.view_contents {
    overflow: visible;
}

#text_style_01_1509694637823 {
    width: 82%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 77px;
    left: 9%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637823 {
        left: 0%;
        width: 100%;
        top: 68px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637823 {
        width: 90.625%;
        top: 70px;
        left: 4.6875%;
    }
}

#text_style_01_1509694637823>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637823>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637823>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        color: #666666;
    }
}

#text_style_01_1509694637829 {
    width: 73%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 109px;
    left: 13.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637829 {
        width: 90.67796610169492%;
        left: 4.66101694915254%;
        top: 96px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637829 {
        width: 92.5%;
        top: 95px;
        left: 3.75%;
        display: none;
    }
}

#text_style_01_1509694637829>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637829>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637829>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#div_a_includeBlock_1509694637529 {
    width: 25%;
    height: 174px;
    position: absolute;
    top: 59px;
    left: 25%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1509694637529 {
        height: 167px;
        top: 36px;
        left: 25%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1509694637529 {
        width: 50%;
        height: 108px;
        top: 21px;
        left: 50%;
    }
}


#image_style_01_1509694637909 {
    width: 63.66666666666667%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 18.166666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694637909 {
        left: 16.996699669967%;
        width: 66.006600660066%;
        height: 57px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694637909 {
        width: 68.75%;
        height: 60px;
        top: 0px;
        left: 15.625%;
    }
}

#image_style_01_1509694637909>.view_contents {
    overflow: visible;
}

#text_style_01_1509694637914 {
    width: 82%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 77px;
    left: 9%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637914 {
        left: 0%;
        width: 100%;
        top: 68px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637914 {
        width: 90.625%;
        top: 70px;
        left: 4.6875%;
    }
}

#text_style_01_1509694637914>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637914>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637914>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        color: #666666;
    }
}

#text_style_01_1509694637919 {
    width: 70.66666666666667%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 109px;
    left: 14.666666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637919 {
        width: 90.67796610169492%;
        left: 4.66101694915254%;
        top: 96px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637919 {
        width: 92.5%;
        top: 95px;
        left: 3.75%;
        display: none;
    }
}

#text_style_01_1509694637919>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694637919>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694637919>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#div_a_includeBlock_1509694637534 {
    width: 25%;
    height: 174px;
    position: absolute;
    top: 59px;
    left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1509694637534 {
        height: 167px;
        top: 36px;
        left: 50%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1509694637534 {
        width: 50%;
        height: 108px;
        top: 137px;
        left: 0%;
    }
}


#image_style_01_1509694638052 {
    width: 63.66666666666667%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 18.166666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694638052 {
        left: 16.996699669967%;
        width: 66.006600660066%;
        height: 57px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694638052 {
        width: 68.75%;
        height: 60px;
        top: 0px;
        left: 15.625%;
    }
}

#image_style_01_1509694638052>.view_contents {
    overflow: visible;
}

#text_style_01_1509694638083 {
    width: 82%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 77px;
    left: 9%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694638083 {
        left: 0%;
        width: 100%;
        top: 68px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694638083 {
        width: 90.625%;
        top: 70px;
        left: 4.6875%;
    }
}

#text_style_01_1509694638083>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694638083>.view_contents {
        box-sizing: border-box;
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694638083>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        color: #666666;
    }
}

#text_style_01_1509694638092 {
    width: 70.66666666666667%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 109px;
    left: 14.666666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694638092 {
        width: 90.67796610169492%;
        left: 4.66101694915254%;
        top: 96px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694638092 {
        width: 92.5%;
        top: 95px;
        left: 3.75%;
        display: none;
    }
}

#text_style_01_1509694638092>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694638092>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694638092>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#div_a_includeBlock_1509694637541 {
    width: 25%;
    height: 174px;
    position: absolute;
    top: 59px;
    left: 75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_a_includeBlock_1509694637541 {
        height: 167px;
        top: 36px;
        left: 74.97348886532343%;
    }
}

@media screen and (max-width:640px) {
    #div_a_includeBlock_1509694637541 {
        width: 50%;
        height: 108px;
        top: 137px;
        left: 50%;
    }
}

#layout_1509694637520 {
    height: 276px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1509694637520 {
        height: 231px;
    }
}

@media screen and (max-width:640px) {
    #layout_1509694637520 {
        height: 251px;
    }
}

#layout_1509694637520>.view_contents {
    overflow: visible;
    max-width: 1200px;
}

#layout_1509694637520 {
    background: #efefef;
}


#text_style_01_1509694751689 {
    width: 61.416666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 68px;
    left: 19.291666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694751689 {
        left: 19.300106044538705%;
        top: 44px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694751689 {
        width: 95.3125%;
        top: 28px;
        left: 2.34375%;
    }
}

#text_style_01_1509694751689>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509694751689>.view_contents {
        box-sizing: border-box;
        font-size: 22px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509694751689>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}

#text_style_01_1509695105569 {
    width: 56.49999999999999%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 136px;
    left: 21.75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509695105569 {
        left: 21.73913043478261%;
        top: 97px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509695105569 {
        width: 77.5%;
        top: 70px;
        left: 11.25%;
    }
}

#text_style_01_1509695105569>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509695105569>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509695105569>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#productList_style_01_1509695217129 {
    width: 100%;
    position: absolute;
    top: 204px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #productList_style_01_1509695217129 {
        width: 98%;
        left: 0.9991383881230116%;
        top: 153px;
    }
}

@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 {
        width: 96%;
        top: 150px;
        left: 2.03125%;
    }
}

#productList_style_01_1509695217129>.view_contents {
    overflow: visible;
}

#productList_style_01_1509695217129 .titleSet {
    font-size: 16px;
}

#productList_style_01_1509695217129 .detailSet {
    font-size: 14px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #productList_style_01_1509695217129 .titleSet {
        font-size: 14px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #productList_style_01_1509695217129 .detailSet {
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 .titleSet {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 .detailSet {
        font-size: 12px;
    }
}

/*----------------------电脑板式样式----------------------*/
#productList_style_01_1509695217129 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #productList_style_01_1509695217129 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 {}
}

#layout_1509694493735 {
    height: 1208px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1509694493735 {
        height: 967px;
    }
}

@media screen and (max-width:640px) {
    #layout_1509694493735 {
        height: 930px;
    }
}

#layout_1509694493735>.view_contents {
    overflow: visible;
    max-width: 1200px;
}


#text_style_01_1509695843704 {
    width: 61.416666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 68px;
    left: 19.291666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509695843704 {
        left: 19.300106044538705%;
        top: 44px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509695843704 {
        width: 95.3125%;
        top: 28px;
        left: 2.34375%;
    }
}

#text_style_01_1509695843704>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509695843704>.view_contents {
        box-sizing: border-box;
        font-size: 22px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509695843704>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}

#text_style_01_1509695843710 {
    width: 56.49999999999999%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 136px;
    left: 21.75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509695843710 {
        left: 21.73913043478261%;
        top: 97px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509695843710 {
        width: 77.8125%;
        top: 70px;
        left: 11.09375%;
    }
}

#text_style_01_1509695843710>.view_contents {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509695843710>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509695843710>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#newsList_style_04_1509696001002 {
    width: 100%;
    position: absolute;
    top: 204px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1509696001002 {
        width: 98%;
        left: 1%;
        top: 153px;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_04_1509696001002 {
        width: 96%;
        top: 129px;
        left: 2.03125%;
    }
}

#newsList_style_04_1509696001002 .modSet {
    font-size: 12px;
}

#newsList_style_04_1509696001002 .titleSet {
    font-size: 16px;
}

#newsList_style_04_1509696001002 .detailSet {
    font-size: 14px;
    border-bottom-width: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1509696001002 .titleSet {
        font-size: 14px;
    }
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1509696001002 .detailSet {
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_04_1509696001002 .titleSet {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_04_1509696001002 .detailSet {
        font-size: 12px;
    }
}

#layout_1509695843703 {
    height: 575px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1509695843703 {
        height: 430px;
    }
}

@media screen and (max-width:640px) {
    #layout_1509695843703 {
        height: 591px;
    }
}

#layout_1509695843703>.view_contents {
    overflow: visible;
    max-width: 1200px;
}


#text_style_01_1509696925569 {
    width: 65.25%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 80px;
    left: 17.375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509696925569 {
        left: 17.391304347826086%;
        top: 51px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509696925569 {
        width: 91.875%;
        top: 29px;
        left: 4.0625%;
    }
}

#text_style_01_1509696925569>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509696925569>.view_contents {
        box-sizing: border-box;
        font-size: 28px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509696925569>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

#text_style_01_1509697013548 {
    width: 65.25%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 167px;
    left: 17.375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697013548 {
        left: 17.391304347826086%;
        top: 119px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697013548 {
        width: 75.9375%;
        top: 65px;
        left: 12.03125%;
    }
}

#text_style_01_1509697013548>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697013548>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697013548>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#layout_1509694799235 {
    height: 293px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1509694799235 {
        height: 214px;
    }
}

@media screen and (max-width:640px) {
    #layout_1509694799235 {
        height: 144px;
    }
}

#layout_1509694799235>.view_contents {
    overflow: visible;
    max-width: 1200px;
}

#layout_1509694799235 {
    background: url(../images/20171106115730314.jpg);
    background-attachment: fixed;
}


#text_style_01_1509697265282 {
    width: 27.916666666666668%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 80px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697265282 {
        left: 1%;
        top: 44px;
        width: 449px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697265282 {
        width: 95.3125%;
        top: 28px;
        left: 2.34375%;
    }
}

#text_style_01_1509697265282>.view_contents {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697265282>.view_contents {
        box-sizing: border-box;
        font-size: 22px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697265282>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
    }
}

#text_style_01_1509697265292 {
    width: 44.416666666666664%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 160px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697265292 {
        left: 0.9991383881230116%;
        top: 96px;
        width: 434px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697265292 {
        width: 96%;
        top: 70px;
        left: 2.03125%;
    }
}

#text_style_01_1509697265292>.view_contents {
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    text-align: left;
    text-indent: 2em;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697265292>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697265292>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
    }
}

#text_style_01_1509697911654 {
    width: 12%;
    font-size: 32px;
    color: #333;
    line-height: 1.8;
    font-family: 宋体;
    position: absolute;
    top: 374px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697911654 {
        left: 0.9991383881230116%;
        top: 275px;
        width: 132px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697911654 {
        width: 36.5625%;
        top: 256px;
        left: 2.34375%;
    }
}

#text_style_01_1509697911654>.view_contents {
    box-sizing: border-box;
    background: #ffaa56;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
}

#text_style_01_1509697911654 .view_contents:hover {
    background: #d69253;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697911654>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 40px;
    }
}

@media screen and (max-width:640px) {
    #text_style_01_1509697911654>.view_contents {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 28px;
    }
}

/*----------------------电脑板式样式----------------------*/
#text_style_01_1509697911654 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_01_1509697911654 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_style_01_1509697911654 {}
}

#image_style_01_1509697368417 {
    width: 50%;
    height: 352px;
    position: absolute;
    top: 80px;
    left: 49.833333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509697368417 {
        height: 288px;
        width: 469px;
        left: 49.00583244962885%;
        top: 44px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509697368417 {
        width: 95.3125%;
        height: 179px;
        top: 304px;
        left: 2.34375%;
    }
}

#image_style_01_1509697368417>.view_contents {
    overflow: visible;
}

#layout_1509697265281 {
    height: 503px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #layout_1509697265281 {
        height: 377px;
    }
}

@media screen and (max-width:640px) {
    #layout_1509697265281 {
        height: 513px;
    }
}

#layout_1509697265281>.view_contents {
    overflow: visible;
    max-width: 1200px;
}





#div_blank_1509698417052 {
    width: 50px;
    height: 3px;
    position: absolute;
    left: 6.461148648648648%;
    top: 72px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509698417052 {
        top: 71px;
        height: 3px;
        left: 8.519467213114753%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509698417052 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 0px;
        display: none;
    }
}

#div_blank_1509698417052>.view_contents {
    overflow: visible;
}

#div_blank_1509698417052 {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509698417052 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509698417052 {
        box-sizing: border-box;
    }
}

#text_style_02_1509698417060 {
    width: 56.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 6.47804054054054%;
    top: 31.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417060 {
        left: 8.519467213114753%;
        top: 27.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417060 {
        width: 97.30000000000001%;
        left: 1.3499999999999943%;
        top: 0px;
        display: none;
    }
}

#text_style_02_1509698417060>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    font-family: SimHei;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417060>.view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417060>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#image_style_01_1509698417065 {
    width: 9.75%;
    height: 26px;
    position: absolute;
    top: 106.5px;
    left: 9.71706081081081%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417065 {
        left: 8.19672131147541%;
        top: 95px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417065 {
        width: 57.3921028466483%;
        height: 200px;
        top: 200px;
        left: 21.30394857667585%;
        display: none;
    }
}

#image_style_01_1509698417065>.view_contents {
    overflow: visible;
}

#text_style_02_1509698417105 {
    width: 66.5%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 105px;
    left: 20.52364864864865%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417105 {
        left: 20.568647540983605%;
        width: 63.278688524590166%;
        top: 94px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417105 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1509698417105>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417105>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417105>.view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1509698417111 {
    width: 61.35135135135135%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 144.5px;
    left: 20.52364864864865%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417111 {
        left: 21.552254098360656%;
        top: 135px;
        width: 190px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417111 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1509698417111>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417111>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417111>.view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1509698417116 {
    width: 8.378378378378379%;
    height: 28px;
    position: absolute;
    top: 141.5px;
    left: 9.97043918918919%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417116 {
        left: 7.049180327868852%;
        top: 135px;
        height: 25px;
        width: 37px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417116 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1509698417116>.view_contents {
    overflow: visible;
}

#text_style_02_1509698417121 {
    width: 59.72972972972973%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 184.5px;
    left: 20.52364864864865%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417121 {
        top: 177px;
        left: 21.22438524590164%;
        width: 72.42524916943522%;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417121 {
        width: 100%;
        top: 0px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1509698417121>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417121>.view_contents {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417121>.view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1509698417128 {
    width: 9.45945945945946%;
    height: 24px;
    position: absolute;
    top: 186.5px;
    left: 9.29054054054054%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417128 {
        left: 6.885245901639345%;
        top: 179px;
        width: 38px;
        height: 24px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417128 {
        width: 55.09641873278237%;
        height: 200px;
        top: 0px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1509698417128>.view_contents {
    overflow: visible;
}

#image_style_01_1509698417133 {
    width: 10%;
    height: 29px;
    position: absolute;
    top: 224.5px;
    left: 8.90625%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417133 {
        left: 8.519467213114753%;
        top: 218.5px;
        height: 31px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417133 {
        width: 55.09641873278237%;
        height: 200px;
        top: 600px;
        left: 22.451790633608816%;
        display: none;
    }
}

#image_style_01_1509698417133>.view_contents {
    overflow: visible;
}

#text_style_02_1509698417140 {
    width: 74.32432432432432%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 224.5px;
    left: 20.25337837837838%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417140 {
        left: 20.568647540983605%;
        top: 221.5px;
        width: 75.40983606557377%;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417140 {
        width: 100%;
        top: 800px;
        left: 0%;
        display: none;
    }
}

#text_style_02_1509698417140>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417140>.view_contents {
        box-sizing: border-box;
        line-height: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417140>.view_contents {
        box-sizing: border-box;
    }
}

#div_includeBlock_1509698416314 {
    width: 370px;
    height: 294px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1509698416314 {
        height: 285.5px;
        width: 305px;
        top: 0px;
        left: 0%;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698416314 {
        width: 100%;
        height: 145px;
        top: 0px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1509698416314 {
    border-left-color: #48c7ec;
    border-left-style: solid;
    border-left-width: 0px;
    border-top-color: #48c7ec;
    border-right-color: #48c7ec;
    border-bottom-color: #48c7ec;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698416314 {
        border-left-width: 0px;
    }
}


#text_style_02_1509698416792 {
    width: 84.86486486486487%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 94px;
    left: 9.299538352272728%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416792 {
        width: 277px;
        left: 0%;
        top: 91px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416792 {
        width: 100%;
        top: 145px;
        left: 0%;
    }
}

#text_style_02_1509698416792>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
    text-indent: 0em;
    letter-spacing: 1px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416792>.view_contents {
        box-sizing: border-box;
        text-indent: 2em;
        line-height: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416792>.view_contents {
        box-sizing: border-box;
    }
}

#image_style_01_1509698416806 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 165.5px;
    left: 54.41672585227273%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698416806 {
        width: 111px;
        left: 53.33935018050542%;
        top: 150px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698416806 {
        width: 57.3921028466483%;
        height: 200px;
        top: 490px;
        left: 21.30394857667585%;
    }
}

#image_style_01_1509698416806>.view_contents {
    overflow: visible;
}

#image_style_01_1509698416820 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 165.5px;
    left: 15.549538352272727%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698416820 {
        left: 8.56836642599278%;
        width: 38.98916967509025%;
        top: 150px;
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698416820 {
        width: 200px;
        height: 200px;
        top: 290px;
    }
}

#image_style_01_1509698416820>.view_contents {
    overflow: visible;
}

#text_style_02_1509698416826 {
    width: 40.625%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 274px;
    left: 9.441583806818182%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416826 {
        left: 7.671480144404332%;
        top: 257px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416826 {
        width: 100%;
        top: 690px;
        left: 0%;
    }
}

#text_style_02_1509698416826>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
    text-indent: 0em;
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416826>.view_contents {
        box-sizing: border-box;
        text-indent: 0em;
        line-height: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416826>.view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1509698416834 {
    width: 35.22727272727273%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 274px;
    left: 51.00763494318182%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416834 {
        width: 111px;
        left: 53.70036101083032%;
        top: 257px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416834 {
        width: 100%;
        top: 835px;
        left: 0%;
    }
}

#text_style_02_1509698416834>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
    text-indent: 0em;
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416834>.view_contents {
        box-sizing: border-box;
        text-indent: 0em;
        line-height: 25px;
        text-align: center;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416834>.view_contents {
        box-sizing: border-box;
    }
}

#div_blank_1509698416840 {
    width: 50px;
    height: 3px;
    position: absolute;
    left: 9.299538352272728%;
    top: 72px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509698416840 {
        top: 73px;
        height: 3px;
        left: 1.962996389891697%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509698416840 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 0px;
        display: none;
    }
}

#div_blank_1509698416840>.view_contents {
    overflow: visible;
}

#div_blank_1509698416840 {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509698416840 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509698416840 {
        box-sizing: border-box;
    }
}

#text_style_02_1509698416846 {
    width: 56.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 9.299538352272728%;
    top: 33.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416846 {
        left: 1.962996389891697%;
        top: 29.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416846 {
        width: 97.30000000000001%;
        left: 1.3499999999999943%;
        top: 0px;
        display: none;
    }
}

#text_style_02_1509698416846>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    font-family: SimHei;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416846>.view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416846>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#div_includeBlock_1509698416319 {
    width: 29.333333333333332%;
    height: 312px;
    position: absolute;
    top: 0px;
    left: 70.66666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1509698416319 {
        height: 289px;
        width: 277px;
        left: 69.36118784530386%;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698416319 {
        width: 100%;
        height: 145px;
        top: 385px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1509698416319 {
    border-left-color: #48c7ec;
    border-left-style: none;
    border-left-width: 2px;
    border-top-color: #48c7ec;
    border-right-color: #48c7ec;
    border-bottom-color: #48c7ec;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698416319 {
        border-left-width: 0px;
    }
}


#text_style_02_1509698417200 {
    width: 84.86486486486487%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 94px;
    left: 7.567567567567565%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417200 {
        width: 100%;
        left: 0%;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417200 {
        width: 100%;
        top: 145px;
        left: 0%;
    }
}

#text_style_02_1509698417200>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
    text-indent: 2em;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417200>.view_contents {
        box-sizing: border-box;
        text-indent: 2em;
        line-height: 25px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417200>.view_contents {
        box-sizing: border-box;
    }
}

#text_style_02_1509698417205 {
    width: 56.333333333333336%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    left: 6.461148648648648%;
    top: 33.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417205 {
        left: 1.965725806451613%;
        top: 29.5px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417205 {
        width: 97.30000000000001%;
        left: 1.3499999999999943%;
        top: 0px;
        display: none;
    }
}

#text_style_02_1509698417205>.view_contents {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    font-family: SimHei;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698417205>.view_contents {
        box-sizing: border-box;
        font-size: 24px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698417205>.view_contents {
        box-sizing: border-box;
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }
}

#div_blank_1509698417209 {
    width: 50px;
    height: 3px;
    position: absolute;
    left: 6.461148648648648%;
    top: 72px;
    z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509698417209 {
        top: 73px;
        height: 3px;
        left: 1.965725806451613%;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509698417209 {
        width: 20.263157894736842%;
        height: 3px;
        left: 39.868421052631575%;
        top: 0px;
        display: none;
    }
}

#div_blank_1509698417209>.view_contents {
    overflow: visible;
}

#div_blank_1509698417209 {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_blank_1509698417209 {
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #div_blank_1509698417209 {
        box-sizing: border-box;
    }
}

#div_includeBlock_1509698416329 {
    width: 30.833333333333336%;
    height: 319px;
    position: absolute;
    top: 0px;
    left: 35.583333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1509698416329 {
        left: 36.52796961325967%;
        top: 0px;
        height: 269px;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698416329 {
        width: 100%;
        height: 145px;
        top: 240px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1509698416329 {
    border-left-color: #48c7ec;
    border-left-style: none;
    border-left-width: 2px;
    border-top-color: #48c7ec;
    border-right-color: #48c7ec;
    border-bottom-color: #48c7ec;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698416329 {
        border-left-width: 0px;
    }
}

#div_includeBlock_1509698415831 {
    width: 1200px;
    height: 319px;
    position: absolute;
    top: 27px;
    left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1509698415831 {
        left: 1.007423117709438%;
        width: 98%;
        height: 289px;
        top: 12px;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698415831 {
        width: 96%;
        height: 227px;
        top: 13px;
        left: 2%;
        display: none;
    }
}


#text_style_02_1509698416193 {
    width: 84.32888264230499%;
    font-size: 46px;
    color: #333;
    line-height: 50px;
    font-family: microsoft yahei;
    position: absolute;
    top: 16px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416193 {}
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416193 {
        width: 96.00000000000001%;
        top: 0px;
        left: 1.97265625%;
    }
}

#text_style_02_1509698416193>.view_contents {
    box-sizing: border-box;
    font-family: SimHei;
    font-size: 16px;
    color: #bfbfbf;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #text_style_02_1509698416193>.view_contents {
        box-sizing: border-box;
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    #text_style_02_1509698416193>.view_contents {
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
    }
}

#dh_style_01_1509698416203 {
    width: 53%;
    z-index: 999;
    position: absolute;
    top: 9px;
    left: 47%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #dh_style_01_1509698416203 {
        z-index: 999;
        width: 428px;
        left: 52.790055248618785%;
    }
}

@media screen and (max-width:640px) {
    #dh_style_01_1509698416203 {
        width: 12.121212121212121%;
        z-index: 999;
        top: 300px;
        left: 43.93939393939394%;
        display: none;
    }
}

#dh_style_01_1509698416203>.view_contents {
    overflow: visible;
}

#dh_style_01_1509698416203 .mainMenuSet {
    color: #bfbfbf;
    font-family: SimHei;
}

#dh_style_01_1509698416203 #hot>a {
    color: #bfbfbf;
}

#div_includeBlock_1509698415839 {
    width: 1200px;
    height: 63.5px;
    position: absolute;
    top: 346px;
    left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1509698415839 {
        left: 1.007423117709438%;
        width: 98%;
        top: 302px;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698415839 {
        width: 100%;
        height: 30px;
        top: 10px;
        left: 0%;
        z-index: 3;
    }
}

#div_includeBlock_1509698415839 {
    border-top-color: #ffaa56;
    border-top-style: solid;
    border-top-width: 1px;
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698415839 {
        border-top-style: none;
    }
}

#div_includeBlock_1509698415660 {
    width: 100%;
    height: 410px;
    position: absolute;
    top: 0px;
    left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #div_includeBlock_1509698415660 {
        height: 366px;
    }
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698415660 {
        width: 100%;
        height: 47px;
        top: 0px;
        left: 0%;
        display: block;
    }
}

#div_includeBlock_1509698415660 {
    background: #102530;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
}

@media screen and (max-width:640px) {
    #div_includeBlock_1509698415660 {
        background-position-x: 50%;
        background: transparent;
    }
}

#comm_layout_footer {
    height: 410px;
    z-index: 99999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #comm_layout_footer {
        height: 366px;
    }
}

@media screen and (max-width:640px) {
    #comm_layout_footer {
        height: 47px;
    }
}

#comm_layout_footer {
    background: #333333;
}

/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
}

.menuStyle_1 ul,
.menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li>a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot>a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
    position: relative;
}




@media screen and (max-width:640px) {

    .menuStyle_1 .menuUl,
    .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll>.menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}

.logoStyle * {
    box-sizing: border-box;
}

.logoStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.logoStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.logoName {
    white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* banner样式 */

.bannerStyle_1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerStyle_1 .main_visual {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bannerStyle_1 .main_image {
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* 圆点 */
.bannerStyle_1 div.flicking_con {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 14px;
    text-align: center;
    z-index: 105;
}

.bannerStyle_1 div.flicking_con a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: none;
    border: 1px solid white;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 3px;
    border-radius: 100%;
}

.bannerStyle_1 div.flicking_con a.on {
    background: white;
    border: 0;
}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,
.bannerStyle_1 .btn_next {
    z-index: 11111;
    position: absolute;
    width: 73px;
    height: 74px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.bannerStyle_1 .btn_prev {
    background: url(../images/hover_left.png) no-repeat left top;
    left: 20px;
    background-size: 80%;
}

.bannerStyle_1 .btn_next {
    background: url(../images/hover_right.png) no-repeat right top;
    right: 20px;
    background-size: 80%;
}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: #fff;
}

@media screen and (min-width:326px) and (max-width:767px) {
    .bannerStyle_1 div.flicking_con a {
        width: 9px;
        height: 9px;
    }
}

@media screen and (max-width:640px) {
    .bannerStyle_1 div.flicking_con a {
        width: 9px;
        height: 9px;
    }

    .bannerStyle_1 .btn_prev,
    .bannerStyle_1 .btn_next {
        width: 53px;
        height: 54px;
    }
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.bannerStyle_1 .main_image .img-item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

.bannerStyle_1 .main_image .img-item span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.bannerStyle_1 .main_image .img-item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part {
    position: absolute;
    top: 0;
    width: calc(20% + 1px);
    /* [注意] 修改为总宽度 / 动画块个数 */
    height: 100%;
    background-color: #fff;
    transition: all .7s;
    /* 设置子元素在3D空间中呈现 */
    transform-style: preserve-3d;
}

.bannerStyle_1.rotate-3d .img-part .img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 500% auto;
    /* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(1) {
    transform: rotateX(0deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(2) {
    transform: rotateX(-90deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(3) {
    transform: rotateX(-180deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(4) {
    transform: rotateX(-270deg) translateZ(150px);
}


.img_url {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 100;
}

#banner_style_01_1509946658160 .bannerStyle_1 .main_image .img-item .img_0 {
    background: url('../images/20171106134010275.jpg') center top no-repeat;
}

#banner_style_01_1509946658160 .bannerStyle_1 .main_image .img-item .img_1 {
    background: url('../images/20171106134010239.jpg') center top no-repeat;
}

#banner_style_01_1509946658160 .bannerStyle_1 .main_image .img-item .img_2 {
    background: url('../images/20171106134011315.jpg') center top no-repeat;
}

#banner_style_01_1509946658160 .bannerStyle_1 .ground_glass {}

#image_style_01_1509947992545 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509947992545 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509947992545 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

#image_style_01_1509947992545 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509694637685 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694637685 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694637685 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509694637818 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694637818 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694637818 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509694637909 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694637909 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694637909 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509694638052 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509694638052 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509694638052 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

/*产品样式*/
.prod_default {
    width: 100%;
    clear: both;
}

.prod_default * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}

.prod_default ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod_default .prod_Item {
    list-style: none;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 1%;
}

.prod_default .relative {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.prod_default .prodImg_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
}

.prod_default .prod_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.prod_default .prod_img span {
    position: absolute;
    left: 35%;
    top: 35%;
    right: 35%;
    bottom: 35%;
    background: none;
}

.prod_default .prod_Item:hover .prod_img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.prod_default .prod_Item:hover .prod_img span {
    background: rgba(255, 255, 255, .25);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.prod_default .prod_img img.horizontal {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.prod_default .prod_img img.vertical {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.prod_default .dummy {
    margin-top: 75%
}

/*控制产品图片显示比例*/
.prod_default .prod_info {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.prod_default .p_name {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    width: 100%;
}

.prod_default .p_name a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    display: block;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_detail {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_group {
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 50%;
    color: #666;
    font-size: 12px;
}

.prod_default .p_group .p_lb {
    display: none;
}

.prod_default .p_line {
    margin-bottom: 5px;
    overflow: hidden;
    ;
    width: 100%;
}

.prod_default .p_num {
    margin-bottom: 5px;
    display: block;
    float: right;
    text-align: right;
    width: 50%;
    color: #666;
    font-size: 12px;
}

.prod_default .p_jg {
    display: none;
}

.prod_default .p_price {
    float: left;
    line-height: 1;
    white-space: nowrap;
    display: block !important;
}

.prod_default .p_value {
    color: #ff002a;
    font-size: 26px;
}

.prod_default .zhekou {
    color: #ff002a;
    font-size: 16px;
    font-weight: bold;
}

.prod_default .prod_info .unit {
    color: #ff002a;
    font-size: 16px;
}

.prod_default .p_vip {
    display: block;
    float: right;
    text-align: right;
    line-height: 30px;
    height: 26px;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

.prod_default .p_vip .v_jg {
    color: #666;
    font-size: 12px;
}

.prod_default .v_value {
    color: #333;
    font-size: 18px;
}

.prod_default .v_unit {
    color: #333;
    font-size: 12px;
}

.prod_default .pro_button {
    margin: 10px 0 0;
    overflow: hidden;
}

.prod_default .p_link {
    float: left;
    width: 48%;
    text-align: center;
}

.prod_default .p_link a {
    display: block;
    padding: 10px 15px;
}

.prod_default .p_cart {
    text-align: center;
}

.prod_default .p_cart a {
    display: block;
    padding: 9px 15px;
    background: #f00;
    color: #fff;
}

.prod_default a {
    text-decoration: none;
}

.prod_default .p_price2 {
    clear: both;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px !important;
    color: gray !important;
}

.prod_default .p_price2 .p_jg {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .unit {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .p_value {
    font-size: 14px;
    color: gray;
}

.prod_default .p_price2 .p_value {
    font-size: 14px;
    color: gray;
}

.prod_default .freeinfo {
    clear: both;
    overflow: hidden;
}

.prod_default .freeinfo span {
    display: block;
    float: left;
    border: 1px solid red;
    border-radius: 5px;
    padding: 0 5px;
    color: red;
    margin-right: 5px;
    box-sizing: border-box;
}


/*拼购*/
.prod_default .Collage_item {}

.prod_default .Collage_ico {
    position: absolute;
    left: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.prod_default .Collage_ico img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.prod_default .prod_top {
    background-color: #ff5656;
    overflow: hidden;
    padding: 10px 10px;
    color: white;
    font-size: 14px;
}

.prod_default .prod_top_left {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}

.prod_default .prod_price {
    display: inline-block;
    color: #ff002a;
}

.prod_default .prod_old_price {
    font-size: 12px;
    text-decoration: line-through;
    display: inline-block;
}

.prod_default .prod_infos .price_value {
    font-size: 26px;
}

.prod_default .prod_infos .units {
    font-size: 16px;
}

.prod_default .prod_infos .zero {
    font-size: 12px;
}

.prod_default .prod_top_right {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 10px;
    background: #f00;
    color: #fff;
}

.prod_default .prod_details {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.prod_default .prod_pernum {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    font-size: 14px;
}


.prod_default .prod_middle .prod_title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.prod_default .prod_middle .prod_detail {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.prod_default .prod_bottom .prod_btn {
    line-height: 3;
    font-size: 12px;
    background-color: #f00;
    color: white;
    text-align: center;
    margin: 10px 0;
}

.prod_default .pc {
    display: block;
}

.prod_default .pad,
.prod_default .mobile {
    display: none;
}

@media screen and (max-width: 1200px) and (min-width: 641px) {
    .prod_default .pad {
        display: block;
    }

    .prod_default .pc,
    .prod_default .mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .prod_default .mobile {
        display: block;
    }

    .prod_default .pc,
    .prod_default .pad {
        display: none;
    }

    .prod_default .Collage_ico {
        width: 30px;
        height: 30px;
    }

    .prod_default .prod_top {
        font-size: 12px;
    }

    .prod_default .prod_infos {
        padding: 6px;
    }

    .prod_default .prod_infos .price_value {
        font-size: 18px;
    }

    .prod_default .prod_top_left,
    .prod_default .prod_top_right {
        width: 100%;
        display: block;
    }

    .prod_default .prod_middle .prod_title {
        font-size: 14px;
    }

    .prod_default .prod_middle .prod_detail {
        font-size: 12px;
    }

    .prod_default .prod_bottom .prod_btn {
        line-height: 3;
        font-size: 12px;
        margin: 0;
    }

    .prod_default .prod_details {
        font-size: 12px;
        width: 100%;
        display: block;
    }

    .prod_default .prod_pernum {
        width: 100%;
        font-size: 14px;
    }

    .prod_default .end_text,
    .prod_default .end_time {
        display: inline-block;
    }

    .prod_default .prod_pernum {
        display: none;
    }

    .prod_default .pro_button {
        margin: 0;
    }

    .prod_default .p_price {
        line-height: 23px;
        white-space: nowrap;
        display: block !important;
    }

    /*拼购结束*/
    .prod_default .p_price2 {
        padding-top: 5px;
    }

    .prod_default .prod_info {
        padding: 6px;
    }

    .prod_default .unit,
    .prod_default .p_vip .v_jg,
    .prod_default .v_unit {
        font-size: 12px;
    }

    .prod_default .p_vip {
        height: 18px;
        line-height: 23px;
    }

    .prod_default .v_value {
        font-size: 14px;
    }

    .prod_default .p_value {
        font-size: 18px;
    }

    .prod_default .prod .p_detail {
        display: none !important;
    }

    .prod_default .p_vip {
        position: relative;
        float: none !important;
        clear: both;
        text-align: left !important;
    }
}

/*pc*/
#productList_style_01_1509695217129 li {
    width: 32%;
}

#productList_style_01_1509695217129 li.prod_Item {
    margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

    /*ipad*/
    #productList_style_01_1509695217129 li {
        width: 32%;
    }

    #productList_style_01_1509695217129 li.prod_Item {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 768px) {

    /*mobi*/
    #productList_style_01_1509695217129 li {
        width: 49%;
    }

    #productList_style_01_1509695217129 li.prod_Item {
        margin-bottom: 2%;
    }
}

#productList_style_01_1509695217129 .p_detail.pc {
    display: block;
}

#productList_style_01_1509695217129 .p_detail.pad,
#productList_style_01_1509695217129 .p_detail.mobile {
    display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #productList_style_01_1509695217129 .p_detail.pad {
        display: block;
    }

    #productList_style_01_1509695217129 .p_detail.pc,
    #productList_style_01_1509695217129 .p_detail.mobile {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 .p_detail.mobile {
        display: block;
    }

    #productList_style_01_1509695217129 .p_detail.pc,
    #productList_style_01_1509695217129 .p_detail.pad {
        display: none;
    }
}

#productList_style_01_1509695217129 .p_name.pc {
    display: block;
}

#productList_style_01_1509695217129 .p_name.pad,
#productList_style_01_1509695217129 .p_name.mobile {
    display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #productList_style_01_1509695217129 .p_name.pad {
        display: block;
    }

    #productList_style_01_1509695217129 .p_name.pc,
    #productList_style_01_1509695217129 .p_name.mobile {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 .p_name.mobile {
        display: block;
    }

    #productList_style_01_1509695217129 .p_name.pc,
    #productList_style_01_1509695217129 .p_name.pad {
        display: none;
    }
}



/*产品状态  新品  推荐*/
.status {
    color: red;
    display: inline-block;
    border: 1px solid red;
    padding: 0 2px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
    font-family: 'Times New Roman';
    vertical-align: middle;
    text-indent: 0px;
}



#productList_style_01_1509695217129 .page_btn {
    font-size: 14px;
    text-align: center;
}

#productList_style_01_1509695217129 .page_btn .all_page {
    display: inline-block;
    margin: 0 10px;
}

#productList_style_01_1509695217129 .page:hover {
    background: red;
    color: white;
    cursor: pointer;
}

#productList_style_01_1509695217129 .page_btn .cur {
    background: red;
    color: white;
    cursor: pointer;
}

#productList_style_01_1509695217129 .submit_div {
    display: inline-block;
}

#productList_style_01_1509695217129 .page_btn input {
    width: 50px;
    margin: 0 5px;
}

#productList_style_01_1509695217129 .page_btn input:hover {
    cursor: default;
    background: white;
    color: #333;
}

#productList_style_01_1509695217129 .page_submit {
    margin-left: 5px;
}

#productList_style_01_1509695217129 .page {
    display: inline-block;
    border: none;
    background: white;
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin: 0 .5px;
    height: auto;
    line-height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 .page_btn {
        font-size: 12px;
    }

    #productList_style_01_1509695217129 .submit_div {
        display: none;
    }
}

#productList_style_01_1509695217129 .page {
    width: auto;
    margin: 0 5px 10px 5px;
    border-radius: 5px;
}

@media screen and (max-width:640px) {
    #productList_style_01_1509695217129 .page {
        line-height: 30px;
        padding: 0 13px;
    }
}

/*新闻列表样式*/
.boxNewsListStyle_4 {
    width: 100%;
    clear: both;
}

.boxNewsListStyle_4 * {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    box-sizing: border-box;
}

.boxNewsListStyle_4 ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boxNewsListStyle_4 .sumary_list {
    list-style: none;
    background: #fff;
}

.boxNewsListStyle_4 .sumary_list .newPic {
    width: 100%;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #eee;
}

.boxNewsListStyle_4 .sumary_list .newPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newPic .zTm {
    margin-top: 100%;
}

.boxNewsListStyle_4 .sumary_list .newCont {
    width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newCont .newTitle {
    width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newName {}

.boxNewsListStyle_4 .sumary_list .newName a {
    text-decoration: none;
    color: #333;
    line-height: 1.1;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}

.boxNewsListStyle_4 .sumary_list .newName a:hover {}

.boxNewsListStyle_4 .sumary_list .newB {
    width: 100%;
    line-height: 2;
    padding-top: 5px;
}

.boxNewsListStyle_4 .sumary_list .newSort {
    color: #fff;
    background-color: #498D9C;
    font-size: 12px;
    white-space: nowrap;
    padding: .5em 1em;
    margin-right: 5px;
}

.boxNewsListStyle_4 .sumary_list .newsTime {
    text-align: right;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span {
    white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span.nTime {
    display: none;
}

.boxNewsListStyle_4 .sumary_list .newDetail {
    width: 100%;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    /* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.boxNewsListStyle_4 .sumary_list .show_all {
    width: 100%;
    margin-top: .5em;
}

.boxNewsListStyle_4 .sumary_list .show_all a {
    display: block;
    margin-top: .4em;
    text-decoration: none;
    border: 1px solid #ddd;
    text-align: center;
    padding: .4em;
    font-size: 12px;
    color: #666;
}

/*分页*/
.boxNewsListStyle_4 .page_btn {
    clear: both;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.boxNewsListStyle_4 .page_btn a {
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: 'microsoft YaHei';
}

.boxNewsListStyle_4 .page_btn a.cur,
.boxNewsListStyle_4 .page_btn a:hover {
    border: 1px solid #4c4c4c;
}

.boxNewsListStyle_4 .prev_btn,
.boxNewsListStyle_4 .next_btn {
    font-family: '黑体' !important;
    border: 0 !important;
}

.boxNewsListStyle_4 .no_page {
    border: 0 !important;
}

@media screen and (max-width:768px) {

    /*分页*/
    .boxNewsListStyle_4 .page_btn a:nth-child(n+5) {
        display: none;
    }

    .boxNewsListStyle_4 .page_btn a:nth-last-child(1),
    .boxNewsListStyle_4 .page_btn a:nth-last-child(2),
    .boxNewsListStyle_4 .page_btn a:nth-last-child(3) {
        display: inline-block !important;
    }
}

#newsList_style_04_1509696001002 .newDetail.pc {
    display: block;
}

#newsList_style_04_1509696001002 .newDetail.pad,
#newsList_style_04_1509696001002 .newDetail.mobile {
    display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #newsList_style_04_1509696001002 .newDetail.pad {
        display: block;
    }

    #newsList_style_04_1509696001002 .newDetail.pc,
    #newsList_style_04_1509696001002 .newDetail.mobile {
        display: none;
    }
}

@media screen and (max-width:640px) {
    #newsList_style_04_1509696001002 .newDetail.mobile {
        display: block;
    }

    #newsList_style_04_1509696001002 .newDetail.pc,
    #newsList_style_04_1509696001002 .newDetail.pad {
        display: none;
    }
}

/*pc*/
#newsList_style_04_1509696001002 li {
    width: 23.5%;
}

#newsList_style_04_1509696001002 li.sumary_list {
    margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

    /*ipad*/
    #newsList_style_04_1509696001002 li {
        width: 23.5%;
    }

    #newsList_style_04_1509696001002 li.sumary_list {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 768px) {

    /*mobi*/
    #newsList_style_04_1509696001002 li {
        width: 49%;
    }

    #newsList_style_04_1509696001002 li.sumary_list {
        margin-bottom: 2%;
    }
}

@media screen and (min-width: 1025px) {}

@media screen and (min-width: 640px) and (max-width: 1024px) {}

#image_style_01_1509697368417 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509697368417 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509697368417 .CompatibleImg img {
        width: 100%;
        height: auto;
        margin-left: 0px
    }
}

#image_style_01_1509697368417 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509698417065 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417065 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417065 .CompatibleImg img {
        null
    }
}

#image_style_01_1509698417065 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509698417116 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417116 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417116 .CompatibleImg img {
        null
    }
}

#image_style_01_1509698417116 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509698417128 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417128 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417128 .CompatibleImg img {
        null
    }
}

#image_style_01_1509698417128 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509698417133 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698417133 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698417133 .CompatibleImg img {
        null
    }
}

#image_style_01_1509698417133 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509698416806 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698416806 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698416806 .CompatibleImg img {
        null
    }
}

#image_style_01_1509698416806 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

#image_style_01_1509698416820 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
    #image_style_01_1509698416820 .CompatibleImg img {
        width: auto;
        height: 100%;
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width:640px) {
    #image_style_01_1509698416820 .CompatibleImg img {
        null
    }
}

#image_style_01_1509698416820 a {
    cursor: default;
}

.imgStyle {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.imgStyle>a {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.imgStyle img {
    box-sizing: border-box;
}

/*菜单样式*/
.menuStyle_1 {
    width: 100%;
    position: relative;
}

.menuStyle_1 * {
    transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    -o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
    box-sizing: border-box;
}

.menuStyle_1 .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuStyle_1 .rflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left\0;
}

.menuStyle_1 ul,
.menuStyle_1 li {
    padding: 0;
    margin: 0px;
    list-style: none
}

.menuStyle_1 .menuLayout {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.menuStyle_1 .menuLayout:after {
    content: '';
    display: block;
    clear: both;
}

.menuStyle_1 .menuUl_box {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuStyle_1 .menuUl li {
    position: relative;
}

.menuStyle_1 .menuUl li>a {
    text-decoration: none;
    color: #4d5158;
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
    color: #f90
}

.menuStyle_1 .menuUl #hot>a {
    color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
    display: none;
}

.menuStyle_1 .menuUl02 {
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
    opacity: 1;
    display: block;
    height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
    float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
    color: #333;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
    position: relative;
}




@media screen and (max-width:640px) {

    .menuStyle_1 .menuUl,
    .menuStyle_1 .menuUl_box {
        display: none;
    }

    .menuStyle_1 .menuScroll {
        height: 84%;
        height: 84vh;
        width: 100%;
    }

    .menuStyle_1 .menuScroll>.menuUlCopy {
        width: calc(100% + 18px);
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menuStyle_1 .menuLayout .miniMenu {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .sidebar {
        font-size: 28px;
        line-height: 44px;
        font-weight: normal;
        cursor: pointer;
        color: #4d5158;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        text-align: center;
    }

    .menuStyle_1 .miniMenu .leftBox .nav {
        width: 100%;
        height: 44px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
        padding: 15px 0 15px 30px;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
        width: 100%;
    }

    .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
        width: 100%;
        display: block;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide {
        height: 100% !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, .85);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
        color: #fff;
    }

    .menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
        display: none !important;
    }
}